<class 'pandas.core.frame.DataFrame'>
RangeIndex: 62 entries, 0 to 61
Data columns (total 9 columns):
# Column Non-Null Count Dtype
--- ------ -------------- -----
0 Year 62 non-null int64
1 Name 62 non-null object
2 Winner 62 non-null int64
3 Metascore 62 non-null int64
4 Userscore 62 non-null float64
5 Gameplay_Score 62 non-null float64
6 Artistry_Score 62 non-null float64
7 Production_Type 62 non-null object
8 Genre(s) 62 non-null object
dtypes: float64(3), int64(3), object(3)
memory usage: 4.5+ KB